org.eclipse.vtp.desktop.editors.core.elements.properties
Class ApplicationStartVariablesPropertyPanel.NewVariableDialog

java.lang.Object
  extended by org.eclipse.jface.window.Window
      extended by org.eclipse.vtp.desktop.core.dialogs.FramedDialog
          extended by org.eclipse.vtp.desktop.editors.core.elements.properties.ApplicationStartVariablesPropertyPanel.NewVariableDialog
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider
Enclosing class:
ApplicationStartVariablesPropertyPanel

public class ApplicationStartVariablesPropertyPanel.NewVariableDialog
extends FramedDialog


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
ApplicationStartVariablesPropertyPanel.NewVariableDialog(org.eclipse.swt.widgets.Shell shell)
           
 
Method Summary
 void cancelPressed()
           
protected  void createButtonBar(org.eclipse.swt.widgets.Composite parent)
           
protected  void createDialogContents(org.eclipse.swt.widgets.Composite parent)
           
 void okPressed()
           
 
Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.FramedDialog
create, createContents, createSideBar, getFrameColor, getParentShell, getSideBarColor, getSideBarControl, getSideBarSize, getTitle, setFrameColor, setSideBarColor, setSideBarControl, setSideBarSize, setTitle
 
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, close, configureShell, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getInitialLocation, getInitialSize, getLayout, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, initializeBounds, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationStartVariablesPropertyPanel.NewVariableDialog

public ApplicationStartVariablesPropertyPanel.NewVariableDialog(org.eclipse.swt.widgets.Shell shell)
Method Detail

createButtonBar

protected void createButtonBar(org.eclipse.swt.widgets.Composite parent)
Overrides:
createButtonBar in class FramedDialog

okPressed

public void okPressed()

cancelPressed

public void cancelPressed()

createDialogContents

protected void createDialogContents(org.eclipse.swt.widgets.Composite parent)
Overrides:
createDialogContents in class FramedDialog